@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft YaHei", Roboto, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei Light", "Pingfang sc regular", Helvetica, Tahoma, sans-serif;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  padding-top:86px;
}
@media(max-width:768px){
	body{
		padding-top:60px;
	}
}
img {
  max-width: 100%;
}

a, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a:hover,a.text-white:hover {
  color: #299df6;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  margin: 0;
}
#cd-nav{
  z-index: 99999;
}
.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

#scrollUp:hover {
  cursor: pointer;
  background: #f39700;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#scrollUp {
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #e5e5e5;
  text-align: center;
  padding: 10px 15px;
  font-size: 24px;
}

/*常用css样式*/

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
}

.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}

.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #323232;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.text-blue {
  color: #299df6;
}
.top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255,.7);
  z-index: 999;
}
#language{
  background-color: #c61d22;
  padding: 10px 8px;
}
.language,.email{
  width:50%;
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.language{
  border-right:1px #fff solid;
}
.about-title {
  font-size: 32px;
}

.intro {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.news-brand {
  background-color: #1d2cb6;
  overflow: hidden;
}

.more-news, .news-tel {
  background-color: #cfc020;
}

.news-tel {
  padding: 10px 15px;
}

.news-tel h3 {
  margin: 0;
}

.home-news-brand {
  font-size: 32px;
}

.home-news-list {
  overflow: hidden;
  margin-bottom: 15px;
}

.home-news-list:hover a, .home-news-list:hover .home-news-time {
  color: #87bb0a;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

}

.home-news-img {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

.home-news-title {
  font-size: 18px;
}

.home-news-time {
  color: #a4a4a4;
}

.home-news-intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ind-news {
  line-height: 38px;
  font-size: 16px;
}

#marquee {
  overflow: hidden;
  width: 100%;
}

#marquee li {
  float: left;
  width: 200px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

#marquee img {
  display: block;
  margin: auto;
}

.footer {
  background: #1d2cb6;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 20px;
}
.footer-nav-list{
  padding-left: 15px;
}
.footer-contact{
  line-height: 24px;
}
.line{
  width: 100%;
  height: 1px;
  background: #fff;
}
.copyright{
  line-height: 32px;
}
.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

@media(max-width:768px){
.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 140px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 140px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 140px;
    margin: 0 auto;
}
.bread{
	font-size:12px !important;
}
}
/*For IE7*/

*+html .product-container a {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
}

*+html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
}


/*For IE6*/

*html .product-container a {
    position: absolute;
    top: 51%;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

*html .product-container a img {
    position: relative;
    top: -50%;
    left: -50%;
    width: expression(this.width>200?"200px": "auto");
    height: expression(this.height>140?"140px": "auto");
}
.left-nav{
  line-height: 40px;
  font-size: 18px;
  margin-bottom:15px;
}
.left-active{
  line-height: 60px;
  font-size: 24px;
  background-color: #1028b9;
  color:#fff;
}
.left-nav li{
  border-bottom: 1px solid #e5e5e5;
}
.bread{
  line-height: 40px;
  background-color: #e5e5e5;
  color: #444;
  font-size: 18px;
  margin-bottom:30px;
}
.bread a{
  color: #444;
}
.bread-title{
  font-size: 24px;
}
.show-img{
  max-width: 500px;
}
.show-new-des{
  background-color: #e5e5e5;
  border-left: 4px solid #a4a4a4;
  padding: 10px 15px;
  color: #363636;
}
.show-news-info{
  padding-top:20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px;
}
.xw-title{
  font-size: 18px;
}
.xw-img{
  max-height: 130px;
}
.xw-time{
  color: #404040;
  padding: 10px 0;
}
.xw-list{
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  padding: 15px 10px;
}
.xw-list:hover{
  background-color: #e5e5e5;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.page-contact{
  font-size: 16px;
  line-height: 24px;
}
.footer-tel{
	background-color:#5b5b5b;
	line-height:40px;
	padding:15px 0;
}
.copyright{
	border-top:1px solid #fff;
}
.footer-main{
	font-size:24px;
	padding-bottom:10px;
}
.footer-p{
	line-height:24px;
	padding-left:15px;
}
.zhiz img{
	display:block;
	margin:auto;
}
.news-list{
	overflow:hidden;
	margin-bottom:15px;
	background-color:#f5f5f5;
	padding:10px 0;
}
.d{
	font-size:22px;
}
.news-title{
	font-size:18px;
}
.product-name{
	border:1px solid #ddd;
	border-top:none;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:30px;
	line-height:32px;
}
#scrollUp:hover {
  cursor: pointer;
  background: #f39700;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#scrollUp {
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #0045a2;
  text-align: center;
  padding: 15px 20px;
  color:#fff;
}
#pages{
	margin-bottom:15px;
	line-height:35px;
	clear:both;
}
#pages a, #pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #0045a2;
    background-color: #0045a2;
}
.next{
	padding:10px 15px;
	background-color:#ddd;
	margin-bottom:15px;
}
.left-nav a{
	padding-left:15px;
	font-size:16px;
	color:#444;
}

/* 首页 */
.home-slgan{
  font-size: 32px;
}
.text-bold{
  font-weight: bold;
  margin: 20px 0;
}
.home-pro-img{
  position: relative;
}
.home-pro-info{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}
.info1{
  background-color: rgba(10, 75, 155, .9);
}
.info2{
  background-color: rgba(10, 75, 155, .9);
}
.info3{
  background-color: rgba(121, 9, 42, .9);
}
.info4{
  background-color: rgba(91, 91, 91, .9);
}
.home-pro-title{
  font-size: 24px;
}
.home-pro-des{
  font-size: 16px;
  margin-top: 10px;
}
.text-white a{
  color: #fff;
}
.home-p-des{
  margin-bottom: 30px;
}
/* num */
.home-num{
  background-image: url(../images/num.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
  margin: 30px 0;
}
.animateNum{
  font-size: 48px;
}
/* news */
.home-img-news{
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}
.home-img-title{
  font-size: 18px;
  margin-top: 10px;
}
.home-img-time{
  font-size: 12px;
  padding: 10px 0;
}
.text-gray{
  color: #888;
}
.margin-top-30{
  margin-top: 30px;
}
.h-news-day{
  font-size: 24px;
  line-height: 32px;
  margin-top: 15px;
}
.home-news-list{
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 10px 0;
}
.h-news-title{
  font-size: 18px;
}
.h-news-des{
  margin-top: 5px;
}
.home-icon{
  background-image: url(../images/icon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.icon-title{
  font-size: 18px;
  padding-top:10px;
}
